home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Kleartxt UAM.h
-
- Contains: Declarations for the Kleartxt UAM API routines
-
- Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
- */
-
-
-
- #include <Types.h>
-
- #include "ClientUAM.h"
-
- enum {
- kSampleCfg = 0, // the value returned from UAMOpen
- };
-
- Boolean FindStringInBuf(StringPtr,Ptr,UInt32);
-
- OSStatus SampleOpen(UAMArgs *theArgs);
-
- OSStatus SampleLogin(UAMArgs *theArgs);